home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / xlib03.zip / XTEXT.INC < prev   
Text File  |  1993-04-05  |  1KB  |  34 lines

  1. ;-----------------------------------------------------------------------
  2. ;
  3. ; XPOINT - Include file
  4. ;
  5. ; XPOINT.ASM export functions
  6. ;
  7. ;
  8. ;
  9. ; ****** XLIB - Mode X graphics library                ****************
  10. ; ******                                               ****************
  11. ; ****** Written By Themie Gouthas                     ****************
  12. ; ****** Aeronautical Research Laboratory              ****************
  13. ; ****** Defence Science and Technology Organisation   ****************
  14. ; ****** Australia                                     ****************
  15. ;
  16. ; egg@dstos3.dsto.gov.au
  17. ; teg@bart.dsto.gov.au
  18. ;-----------------------------------------------------------------------
  19.  
  20.  
  21.      global _x_text_init             :proc
  22.      global _x_set_font              :proc
  23.      global _x_char_put              :proc
  24.      global _x_register_userfont     :proc
  25.  
  26.      global _CharHeight              :byte
  27.          global _CharWidth               :byte
  28.          global _FontPtr                 :word:2
  29.          global _FirstChar               :byte
  30.      global _UserFontPtr             :word:2
  31.      global _UserChHeight            :byte
  32.      global _UserChWidth             :byte
  33.      global _UserFirstCh             :byte
  34.